Fix XendLogging to work on Python 2.4.0 and 2.4.1 (the logging library interface
authorEwan Mellor <ewan@xensource.com>
Tue, 6 Feb 2007 15:37:11 +0000 (15:37 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 6 Feb 2007 15:37:11 +0000 (15:37 +0000)
commit19bcd321c5bc5e0f621c89e01309070d86ccbaac
tree599ff4a640788f9349272296403005000b65e229
parent85a6129e557cc42a40ad3990522367c7360a3671
Fix XendLogging to work on Python 2.4.0 and 2.4.1 (the logging library interface
changed with 2.4.2, not 2.4.0).

Signed-off-by: Qing He <qing.he@intel.com>
tools/python/xen/xend/XendLogging.py